home *** CD-ROM | disk | FTP | other *** search
/ The Macintosh Demo Applications CD / Apple-MacintoshDemoApplicationsCD-1.0-1992.iso / More Information / GQL V3.0 / GQL⁄User / GQL_User.rsrc / STR#_1303.txt < prev    next >
Encoding:
Text File  |  1992-08-10  |  348 b   |  45 lines

  1. cl1
  2.  
  3. cl1
  4.  
  5.  
  6.  
  7.  
  8.  
  9. printall;
  10.  
  11. describe tables;
  12.  
  13. describe columns of ^0;
  14.  
  15. Error
  16.  
  17. Error
  18.  
  19. describe dbms;
  20.  
  21. describe ^0 databases in location '^1';
  22.  
  23. create table ^0 (^1);
  24.  
  25. ^0 ^1^2
  26.  
  27. drop table ^0;
  28.  
  29.  
  30.  
  31. select count(*) from ^1;
  32.  
  33. select distinct ^0 from ^1 order by 1 ;
  34.  
  35. update ^0 set ^1 where ^2;
  36.  
  37. insert into ^0 (^1) values (^2);
  38.  
  39. delete from ^0 where ^2;
  40.  
  41.  
  42.  
  43.  
  44.  
  45.